object FillPalette: TFillPalette Left = 181 Top = 113 BorderIcons = [] BorderStyle = bsNone Caption = 'FillPalette' ClientHeight = 189 ClientWidth = 167 Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True Scaled = False OnCreate = FormCreate OnHide = FormHide OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object PatternImage: TNeoBookImage Left = 6 Top = 6 Width = 155 Height = 155 AutoSize = True Picture.Data = {} OnMouseDown = PatternImageMouseDown OnMouseMove = PatternImageMouseMove OnMouseUp = PatternImageMouseUp end object Transparent: TCheckBox Left = 39 Top = 166 Width = 89 Height = 17 Caption = 'Transparent' TabOrder = 0 OnClick = TransparentClick end object Timer: TTimer Enabled = False Interval = 500 OnTimer = TimerTimer Left = 124 Top = 12 end end